projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664f0f8
)
docker-compose: Update to version 2.33.0
author
Javier Marcet
<
[email protected]
>
Wed, 12 Feb 2025 21:10:42 +0000
(22:10 +0100)
committer
Tianling Shen
<
[email protected]
>
Fri, 1 Aug 2025 13:05:18 +0000
(21:05 +0800)
Release notes:
https://github.com/docker/compose/releases/tag/v2.33.0
Signed-off-by: Javier Marcet <
[email protected]
>
(cherry picked from commit
0f9bcfa8d8f3117a2a4932e384791c0df343d790
)
utils/docker-compose/Makefile
patch
|
blob
|
history
diff --git
a/utils/docker-compose/Makefile
b/utils/docker-compose/Makefile
index 5d86d670b3da8dcb5ea0a8741fc64c63235e14a6..a1018177b82471170997c8a989fa844f3f8ac6a1 100644
(file)
--- a/
utils/docker-compose/Makefile
+++ b/
utils/docker-compose/Makefile
@@
-1,14
+1,14
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=compose
-PKG_VERSION:=2.3
2.4
+PKG_VERSION:=2.3
3.0
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=
2574c30f5746f43209b203c1acb23c26a92598944d990c12eafecda663b80e9c
+PKG_HASH:=
6543bc9876688d021310df2b910a7f93b5710464660fab9a63e0c6cb1f2ac48d
PKG_MAINTAINER:=Javier Marcet <
[email protected]
>